projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973aa85
)
fix typo in GtkDragSource doc
author
Alexandros Theodotou
<alex@zrythm.org>
Mon, 1 Nov 2021 03:48:52 +0000
(
03:48
+0000)
committer
Alexandros Theodotou
<alex@zrythm.org>
Mon, 1 Nov 2021 03:48:52 +0000
(
03:48
+0000)
GtkDrag => GdkDrag
gtk/gtkdragsource.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdragsource.c
b/gtk/gtkdragsource.c
index b3df7000656a0c972ccede08985a27932df7a13c..e65472940549be947910730ac7bfcb79221dde45 100644
(file)
--- a/
gtk/gtkdragsource.c
+++ b/
gtk/gtkdragsource.c
@@
-103,7
+103,7
@@
* ```c
* static void
* on_drag_begin (GtkDragSource *source,
- * G
t
kDrag *drag,
+ * G
d
kDrag *drag,
* MyWidget *self)
* {
* // Set the widget as the drag icon